home *** CD-ROM | disk | FTP | other *** search
/ The Epic Collection 3 / Epic Collection 3, The (1997)(Epic Marketing)[!].iso / useful_tools / smped / smped.doc < prev    next >
Text File  |  1996-04-19  |  4KB  |  78 lines

  1. SMPED version 0.04
  2.  
  3. by Robert A. Knop Jr.  (rknop@mop.caltech.edu)
  4.  
  5. April 19, 1996
  6.  
  7.  
  8. INTRODUCTION
  9.  
  10. Smped is a low-frills quick&dirty audio sample editor that I wrote for use
  11. myself because I needed one and I wasn't able to quickly find a free one that
  12. had the feel that I wanted.  I've been writing this over the course of the
  13. last two years; every so often, I add another feature.  It's up to the point
  14. now where it might be useful to somebody else.
  15.  
  16. Smped reads and writes only the Amiga standard IFF-8SVX audio sample format.
  17. It is designed to work on one-shot samples; it probably won't work very well
  18. as an instrument editor.
  19.  
  20. Smped requires at least WB2.04 and ReqTools.  (You can get reqtools.library
  21. from Aminet and presumably elsewhere.  Many other programs available on the
  22. net either require reqtools or come with reqtools.  If you download a lot of
  23. stuff, you may already have this.)
  24.  
  25. I've done things like make my answering machine messages with this.
  26.  
  27. Smped does things like use floating point arithmetic all over the place, and
  28. as such is probably slower than it needs to be.  Basically, I wrote the
  29. program to get the job done.  Since I don't do the job that often, I haven't
  30. spent any time optimizing it or making it effecient.   Perhaps someday, though
  31. the truth is there are other programming projects for the Amiga I have going
  32. which are significantly higher priority.
  33.  
  34.  
  35. DISTRIBUTION
  36.  
  37. Smped is Freeware, (c) 1996 by Robert Knop.  You may use it for free,
  38. distribute it for free, etc.
  39.  
  40.  
  41. USE
  42.  
  43. Should be pretty obvious.  If not, then you have to wait until I get around to
  44. writting a better documentation file :)
  45.  
  46. Most of the functions operate on the currently selected range.  If there is no
  47. currently selected range, then the operations operate on the full sample.  (Or
  48. the currently visible portion of the sample... to be honest, I forget which.)
  49. Click with the left mouse button to select the current "point".  Then, shift
  50. click with the left mouse button to define the other side of the range.  You
  51. can expand and shrink the range by shift-clicking.  An unshifted click cancel
  52. the range (so that there will be no range selected).  You may also define the
  53. range using the provided text gadgets.
  54.  
  55. Functions such as scale, fade, etc. ask you for a scaling parameter.  This
  56. parameter is multiplicative.  For instance, with scale, a scale factor of 1.0
  57. is no change to the sample; a scale factor of 0.5 will make the range half as
  58. loud, a scale factor of 2.0 will make the sample twice as loud.
  59.  
  60. When you play a sample or a range of a sample, everything but the "play"
  61. gadget is ghosted.  If you click on the "play" gadget, the sample will stop
  62. playing sometime in the "near future."  Because of the way playing is
  63. implemented, it won't stop playing immediately, but be patient, it will stop
  64. before too terribly long.
  65.  
  66. Recording isn't implemented.  (Sorry.)  I use AGMSRecordSound for this purpose
  67. myself upon those infrequent occasions when I need to record something.
  68.  
  69. Smped can only edit one sample at a time.  If you need to edit more than one
  70. sample at once, and mix multiple samples, just run smped more than once.  Hey,
  71. the Amiga's a multitasking computer!  And the executable isn't that large, so
  72. it's really not a terribly inefficient way to work.  Smped uses the Amiga
  73. Clipboard for its cutting and pasting, so you can cut a range from one sample
  74. and paste it into another sample.
  75.  
  76. If you have questions, feel free to send E-mail to rknop@mop.caltech.edu.  It
  77. may take me a long time to answer, though.
  78.